home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stairway to Heaven
/
Stairway to Heaven.iso
/
tengoku
/
cdrom18.dir
/
00071_Script_71
< prev
next >
Wrap
Text File
|
1995-02-20
|
346b
|
14 lines
on enterFrame str
put "ji01" into str
put FileIO(mNew,"?write","data.tex") into myObj
if objectp(myObj) then
myObj(mWriteString,str)
myObj(mDispose)
--return TRUE
go to frame 450
else if myObj <> -43 then
alert " can't file create " & FileIO(mError,myObj)
end if
--return FALSE
go to frame 450
end